setAutoInitEnabled method Null safety
- bool enabled
Enable or disable auto-initialization of Firebase Cloud Messaging.
Implementation
Future<void> setAutoInitEnabled(bool enabled) async {
return _delegate.setAutoInitEnabled(enabled);
}
Enable or disable auto-initialization of Firebase Cloud Messaging.
Future<void> setAutoInitEnabled(bool enabled) async {
return _delegate.setAutoInitEnabled(enabled);
}