Future<bool?> setLogEnabled(bool enabled) { return MagicSdkPlatform.instance.invokeMethod<bool>('setLogEnabled', { 'logEnabled': enabled, }); }