staticDeleteLocalDatabase method
Implementation
@override
Future<void> staticDeleteLocalDatabase(String address, String inboxId, {String environment = 'production'}) async {
await methodChannel.invokeMethod('staticDeleteLocalDatabase', {
'address': address,
'inboxId': inboxId,
'environment': environment,
});
}