stopSession function

Future<void> stopSession()

Implementation

Future<void> stopSession() {
  return NfcManager.instance.stopSession();
}