isInitialized property

bool get isInitialized

Whether initialize() has actually run for this app (i.e. it has firebaseOptions configured) - lets callers know whether FCM's own state is meaningful yet, or whether they should fall back to another channel.

Implementation

static bool get isInitialized => _appId != null;