isProximityLockSupported method

Future<bool> isProximityLockSupported()
override

Will always return true except for Android devices for which will return if proximity wake lock is supported

Implementation

Future<bool> isProximityLockSupported() async {
  return true;
}