static Future<Map<dynamic, dynamic>?> playAsset(String asset) { return _channel.invokeMethod('playAsset', {"asset": asset}); }