contains method

Future<bool> contains(
  1. String key
)

Implementation

Future<bool> contains(String key) async {
  return await FlutterLightweightStorePlatform.contains(module, key: key);
}