closeNfc static method

Future<String?> closeNfc()

Implementation

static Future<String?> closeNfc() async {
  final String? version = await _channel.invokeMethod('closeNfc');
  return version;
}