getAutomaticShutdownTime method

Future<int?> getAutomaticShutdownTime()

getAutomaticShutdownTime() returns an integer representing the automatic shutdown time in minutes.

Implementation

Future<int?> getAutomaticShutdownTime() async {
  throw UnimplementedError(
      'getAutomaticShutdownTime() has not been implemented.');
}