isAutoEnterSupported method
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.');
}