clearAutoDisconnectFlag method

Future<void> clearAutoDisconnectFlag()

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

Implementation

Future<void> clearAutoDisconnectFlag() {
  throw UnimplementedError(
    'clearAutoDisconnectFlag() has not been implemented.',
  );
}