changeFlashMode method
Implementation
Future<bool> changeFlashMode(OcrKitFlashMode mode) {
return OcrKitPlatform.instance.changeFlashMode(mode);
}
Future<bool> changeFlashMode(OcrKitFlashMode mode) {
return OcrKitPlatform.instance.changeFlashMode(mode);
}