clearAutoDisconnectFlag method

  1. @override
Future<void> clearAutoDisconnectFlag()
override

Clears the auto-disconnect expired flag. Should be called after app has handled the expired state.

Implementation

@override
Future<void> clearAutoDisconnectFlag() async {
  await methodChannel.invokeMethod('clearAutoDisconnectFlag');
}