isPipSupported method

Future<bool> isPipSupported()

Checks if the device supports PiP mode.

Implementation

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