Future<void> enableAutoContrast(bool enable) async { await methodChannel.invokeMethod('SmartfaceMobile.enableAutoContrast', { 'arg0': enable, }); }