Sets the flash mode.
@override Future<void> setFlashMode(String mode) async { await methodChannel.invokeMethod('setFlashMode', {'mode': mode}); }