openNewUser method

Future<void> openNewUser()

Implementation

Future<void> openNewUser() async {
  await smartlook.user.openNew();
}