dispose method

Future<bool> dispose()

Implementation

Future<bool> dispose() async {
  return await FlutterLightweightStorePlatform.unregister(module);
}