userSetupAfterLogin method

Future<void> userSetupAfterLogin()

Implementation

Future<void> userSetupAfterLogin() async {
  await _postMessage('userSetupAfterLogin');
}