shutdownAllPlayers static method

Future<void> shutdownAllPlayers()

宿主页面退出时批量清理所有活跃加密播放器实例。 对齐 iOS FFmpegDecryptPlayer.shutdownAllActiveInstances。

Implementation

static Future<void> shutdownAllPlayers() =>
    _channel.invokeMethod<void>('shutdownAllPlayers');