isAutoEnterSupported method

Future<bool> isAutoEnterSupported()

Check if Picture in Picture can auto enter.

Returns Whether Picture in Picture can auto enter.

Implementation

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