Returns true is the service has permission granted by the systme and user
Future<bool> isEnabled() async => Platform.isIOS || await _channel.invokeMethod<bool>('isEnabled');