isEnabled method

Future<bool> isEnabled()

Implementation

Future<bool> isEnabled() {
  return hostApi.nfcAdapterIsEnabled();
}