isNfcEnabled method

Future<bool?> isNfcEnabled()

Implementation

Future<bool?> isNfcEnabled() async {
  return null;
}