read method

Future<String?> read({
  1. required String key,
  2. String? suite,
})

Implementation

Future<String?> read({required String key, String? suite}) {
  throw UnimplementedError(
      'platformVersion() has not been implemented. Only IOS is Supported');
}