isSupported method

Future<bool> isSupported()

Check if Picture in Picture is supported.

Returns Whether Picture in Picture is supported.

Implementation

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