staticGetInboxIdForAddress method

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

Implementation

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