setMockInitialValues static method

  1. @visibleForTesting
void setMockInitialValues(
  1. Map<String, String> values
)

Initializes the shared preferences with mock values for testing.

Implementation

@visibleForTesting
static void setMockInitialValues(Map<String, String> values) {
  FlutterSecureStoragePlatform.instance =
      TestFlutterSecureStoragePlatform(values);
}