TestFlutterSecureStoragePlatform constructor

TestFlutterSecureStoragePlatform(
  1. Map<String, String> data
)

Creates an instance of TestFlutterSecureStoragePlatform with an in-memory data store.

Parameters:

  • data: A map representing the in-memory storage for key-value pairs.

Implementation

TestFlutterSecureStoragePlatform(this.data);