setupAfterLogin method

Future<void> setupAfterLogin(
  1. List<String> temporaryShares
)

Call this method after login to set up the user.

Implementation

Future<void> setupAfterLogin(List<String> temporaryShares) async {
  await _postMessage('setupAfterLogin', temporaryShares) as String;
}