getGlobalAccount method

Future<Map> getGlobalAccount(
  1. String token,
  2. String globalAccountId
)

Implementation

Future<Map> getGlobalAccount(String token, String globalAccountId) {
  throw UnimplementedError("Get Global Account has not been implemented");
}