staticGetInboxIdForAddress method
Implementation
@override
Future<String?> staticGetInboxIdForAddress(String address,
{String environment = 'production'}) async {
throw UnimplementedError('staticGetInboxIdForAddress is not available on web');
}