setUserProperties method
Implementation
@override
Future<void> setUserProperties(Map<String, dynamic> userProperties) async {
await methodChannel.invokeMethod<void>(
'setUserProperties',
<String, Map<String, dynamic>>{'userProperties': userProperties},
);
}