submitAccount method

Future<Map> submitAccount(
  1. String token,
  2. String accountId
)

Implementation

Future<Map> submitAccount(String token, String accountId) {
  throw UnimplementedError("Submit Account has not been implemented");
}