enableBackgroundMode method

Future<bool> enableBackgroundMode({
  1. bool? enable,
})

Enables or disables service in the background mode.

Implementation

Future<bool> enableBackgroundMode({bool? enable}) {
  throw UnimplementedError();
}