reconnect method

dynamic reconnect({
  1. required String reconnectId,
})

Implementation

reconnect({required String reconnectId}) {
  String customizationParams = _convertCustomizationToURLString();

  return "$_getBaseUrl&method=${LeanMethods.reconnect.name}&${Params.reconnect_id.name}=$reconnectId$customizationParams";
}