staticGetInboxIdForAddress method
Implementation
Future<String?> staticGetInboxIdForAddress(String address, {String environment = 'production'}) {
throw UnimplementedError('staticGetInboxIdForAddress() has not been implemented.');
}
Future<String?> staticGetInboxIdForAddress(String address, {String environment = 'production'}) {
throw UnimplementedError('staticGetInboxIdForAddress() has not been implemented.');
}