checkIsAutoStartEnabled method

Future<bool?> checkIsAutoStartEnabled()

Implementation

Future<bool?> checkIsAutoStartEnabled() {
  throw UnimplementedError(
      'checkIsAutoStartEnabled() has not been implemented.');
}