isReaderOptionSupported method

Future<bool> isReaderOptionSupported()

Whether the device implements Android 15's separate reader switch. API 35 and above; false below.

Implementation

Future<bool> isReaderOptionSupported() => androidApi.isReaderOptionSupported();