waitForAccountCreation method

Future<void> waitForAccountCreation()

Implementation

Future<void> waitForAccountCreation() async {
  await _postMessage('waitForAccountCreation', []);
}