toggleFlash method

Future<void> toggleFlash(
  1. bool enable
)

Toggles the camera flash

Implementation

Future<void> toggleFlash(bool enable) {
  throw UnimplementedError('toggleFlash() has not been implemented.');
}