isInPipMode method

Future<bool> isInPipMode()

Checks if the app is currently in PiP mode.

Implementation

Future<bool> isInPipMode() {
  return VideoPlayerPip.isInPipMode();
}