agreement method

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

Implementation

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