getPipView method

Future<int> getPipView()

Get the Picture in Picture view. Only available on iOS.

Returns The Picture in Picture view.

Implementation

Future<int> getPipView() async {
  throw UnimplementedError('getPipView() has not been implemented.');
}