FirebaseAppCheckMasamuneAdapter class

MasamuneAdapter for configuring FirebaseAppCheck features.

Set Firebase options in options.

FirebaseAppCheckの機能を設定するためのMasamuneAdapter

optionsにFirebaseのオプションを設定してください。

Inheritance
  • Object
  • MasamuneAdapter
  • FirebaseAppCheckMasamuneAdapter

Constructors

FirebaseAppCheckMasamuneAdapter.new({FirebaseOptions? options, FirebaseOptions? iosOptions, FirebaseOptions? androidOptions, FirebaseOptions? webOptions, FirebaseOptions? linuxOptions, FirebaseOptions? windowsOptions, FirebaseOptions? macosOptions, FirebaseAppCheck? appCheck, FirebaseAppCheckActivateTiming activateTiming = FirebaseAppCheckActivateTiming.onPreRunApp, FirebaseAppCheckAndroidProvider androidProvider = FirebaseAppCheckAndroidProvider.platformDependent, FirebaseAppCheckIOSProvider iosProvider = FirebaseAppCheckIOSProvider.platformDependent})
MasamuneAdapter for configuring FirebaseAppCheck features.
const

Properties

activateTiming FirebaseAppCheckActivateTiming
The timing to activate AppCheck.
final
androidOptions → FirebaseOptions?
Options for initializing Firebase.
final
androidProvider FirebaseAppCheckAndroidProvider
The provider for Android.
final
appCheck → FirebaseAppCheck
The instance of FirebaseAppCheck to be used.
no setter
hashCode int
The hash code for this object.
no setterinherited
iosOptions → FirebaseOptions?
Options for initializing Firebase.
final
iosProvider FirebaseAppCheckIOSProvider
The provider for iOS.
final
linuxOptions → FirebaseOptions?
Options for initializing Firebase.
final
loggerAdapters List<LoggerAdapter>
Adapters can be defined to add logger functionality.
no setterinherited
macosOptions → FirebaseOptions?
Options for initializing Firebase.
final
Observers can be set up to monitor transitions between pages.
no setterinherited
options → FirebaseOptions?
Options for initializing Firebase.
no setter
priority double
The priority of the adapter.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
runZonedGuarded bool
If you set this to true, you can wrap runApp with runZonedGuarded.
no setterinherited
webOptions → FirebaseOptions?
Options for initializing Firebase.
final
windowsOptions → FirebaseOptions?
Options for initializing Firebase.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onBuildApp(BuildContext context, Widget app) Widget
Widgets can be added during the build of MasamuneApp.
override
onBuildPage(BuildContext context, Widget page) Widget
Returning Widget will build the widget.
inherited
onError(Object error, StackTrace stackTrace) → void
You can describe the process when runZonedGuarded is set to true.
inherited
onInitScope(MasamuneAdapter adapter) → void
Called when initializing MasamuneAdapterScope.
inherited
onMaybeBoot(BuildContext context) FutureOr<void>
It may be called during application initialization.
override
onPreRunApp(WidgetsBinding binding) FutureOr<void>
You can describe the process before runApp.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited