secureStorageDeleteAll method
Implementation
Future<void> secureStorageDeleteAll() async {
await _channel.invokeMethod<void>('storage#deleteAll');
}
Future<void> secureStorageDeleteAll() async {
await _channel.invokeMethod<void>('storage#deleteAll');
}