Toggles the device flash/torch.
Future<bool> setFlash(bool on) => NexoraSdkPlatform.instance.setFlash(on);