Future<bool> checkPermissions() async { final result = await _channel.invokeMethod<bool>('check_permissions'); return result ?? false; }