clearUserId static method

Future<Null> clearUserId()

Implementation

static Future<Null> clearUserId() async {
  return await _channel.invokeMethod("clearUserId");
}