setAutoInitEnabled method

  1. @override
Future<void> setAutoInitEnabled(
  1. bool enabled
)

Enable or disable auto-initialization of Firebase Cloud Messaging.

Implementation

@override
Future<void> setAutoInitEnabled(bool enabled) async {
  // Noop out on web - not supported but no need to crash
  return;
}