enableUseJPGImageForVPS method
- bool enable
enable or disable the use of JPG Images for VPS
Implementation
Future<void> enableUseJPGImageForVPS(bool enable) async {
await _methodChannel.invokeMethod('enableUseJPGImageForVPS', {
"enable": enable,
});
}