TestFlutterSecureStoragePlatform constructor
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);