setWaitForAccountId method

  1. @override
void setWaitForAccountId(
  1. bool waitForAccountId
)
override

Implementation

@override
void setWaitForAccountId(bool waitForAccountId) {
  methodChannel.invokeMethod<String>(
      'set_wait_for_account_id', {'wait_for_account_id': waitForAccountId});
}