generated_plugin_registrant.dart 390 B

123456789101112131415
  1. //
  2. // Generated file. Do not edit.
  3. //
  4. // ignore_for_file: lines_longer_than_80_chars
  5. import 'package:shared_preferences_web/shared_preferences_web.dart';
  6. import 'package:flutter_web_plugins/flutter_web_plugins.dart';
  7. // ignore: public_member_api_docs
  8. void registerPlugins(Registrar registrar) {
  9. SharedPreferencesPlugin.registerWith(registrar);
  10. registrar.registerMessageHandler();
  11. }