release method

Future<void> release()

释放播放器所有资源 Release all resources consumed by the player

Implementation

Future<void> release() {
  return NeliveplayerPlatform.instance.release(_playerId);
}