isCameraTorchSupported method

  1. @override
Future<bool?> isCameraTorchSupported()

Checks whether the camera flash function is supported.

Implementation

@override
Future<bool?> isCameraTorchSupported() {
  return _invokeMethod('isCameraTorchSupported');
}