Future<void> setMfaEnabled(bool enabled) async { await methodChannel.invokeMethod("setMfaEnabled", {'enabled': enabled}); }