resetUser method

void resetUser ()

Implementation

static void resetUser() async {
  await _channel.invokeMethod('resetUser');
}