endSession method

  1. @override
Future endSession()
override

Implementation

@override
Future endSession() {
  onMatchResultDiscoveredCallback = null;
  onDetectStateChangedCallback = null;
  onErrorCallback = null;
  return methodChannel.invokeMethod("endSession");
}