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