@override Future<String> getPluginVersion() async { return await methodChannel.invokeMethod<String>('player_getPluginVersion') ?? ''; }