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