@override Future<void> setUserTraits(Map<String, String> traits) async { await methodChannel.invokeMethod('setUserTraits', traits); }