@override Future<void> setUserTrait(String key, String value) async { await methodChannel.invokeMethod('setUserTrait', [key, value]); }