isSecureNfcEnabled method

  1. @override
Future<String?> isSecureNfcEnabled()
override

Implementation

@override
Future<String?> isSecureNfcEnabled() async {
  return await methodChannel.invokeMethod<String>('isSecureNfcEnabled');
}