userClientConnect static method
Implementation
static Future<Map?> userClientConnect(String? firstname, String? lastname, String? email, String? facebookId, String? partnerClientId, String? oldClientId, Map? segments, int optIn) async {
return await _channel.invokeMethod('userClientConnect', [firstname, lastname, email, facebookId, partnerClientId, oldClientId, segments, optIn]);
}