getGlobalAccounts method
Implementation
Future<Map> getGlobalAccounts(
String token,
String? countryCode,
String? currencyCode,
String? fromCreatedAt,
String? nickname,
String? pageNumber,
String? pageSize,
String? status,
String? toCreatedAt) {
throw UnimplementedError("Get Global Accounts has not been implemented");
}