Future<bool> requestPermission() async => await _channel.invokeMethod<bool>('requestPermission') ?? false;