updateGlobalAccount method

Future<Map> updateGlobalAccount(
  1. String token,
  2. String globalAccountId,
  3. String newNickName
)

Implementation

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