enterPipMode method

Future<bool> enterPipMode(
  1. int playerId, {
  2. int? width,
  3. int? height,
})

Enters PiP mode for the specified player ID.

Implementation

Future<bool> enterPipMode(int playerId, {int? width, int? height}) {
  throw UnimplementedError('enterPipMode() has not been implemented.');
}