setAccountId method

Future<void> setAccountId(
  1. String accountId
)

Implementation

Future<void> setAccountId(String accountId) async {
  throw UnimplementedError('setAccountId() has not been implemented.');
}