Enters PiP mode for the specified player ID.
Future<bool> enterPipMode({int? width, int? height}) { return VideoPlayerPip.enterPipMode(this, width: width, height: height); }