clearAutoDisconnectFlag method
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');
}