requestBackgroundPermissions method
- @Deprecated('custom call UI not used anymore, has no effect')
- @override
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', {});
}