staticGetInboxIdForAddress method

  1. @override
Future<String?> staticGetInboxIdForAddress(
  1. String address, {
  2. String environment = 'production',
})
override

Implementation

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