getRemainingAutoDisconnectTime method
Gets current remaining time in seconds, or -1 if auto-disconnect not active.
Implementation
Future<int> getRemainingAutoDisconnectTime() {
throw UnimplementedError(
'getRemainingAutoDisconnectTime() has not been implemented.',
);
}