static Future<String?> get assetKey async { if (!isSupportedPlatform) return null; return await _channel.invokeMethod('getAssetKey'); }