requestBackgroundPermissions method

  1. @Deprecated('custom call UI not used anymore, has no effect')
  2. @override
Future<bool?> requestBackgroundPermissions()
override

Requests background permission

Android only, takes user to android settings to accept background permissions

Implementation

@Deprecated('custom call UI not used anymore, has no effect')
@override
Future<bool?> requestBackgroundPermissions() {
  return _channel.invokeMethod('requestBackgroundPermissions', {});
}