setAccountId method

  1. @override
void setAccountId(
  1. String accountId
)
override

Implementation

@override
void setAccountId(String accountId) {
  methodChannel
      .invokeMethod<String>('set_account_id', {'account_id': accountId});
}