unregisterVisitor static method

Future<Null> unregisterVisitor()

Unregisters and clears conversations and data for the current user. Use the API during a logout operation to clear data.

Implementation

static Future<Null> unregisterVisitor() async {
  await _channel.invokeMethod('unregisterVisitor');
}