FireFlutterService class

Properties

cloudFunctionRegion String?
Set the region of the callable function.
getter/setter pair
confirmDialog ↔ (Future<bool?> Function({required BuildContext context, required String message, required String? title})?)
Confirm Dialog
getter/setter pair
errorDialog ↔ (Future<bool?> Function({required BuildContext context, required String message, required String? title})?)
Error Dialog
getter/setter pair
globalContext BuildContext?
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

init({String? cloudFunctionRegion, BuildContext globalContext()?, Future<bool?> confirmDialog({required BuildContext context, required String message, required String? title})?, Future<bool?> errorDialog({required BuildContext context, required String message, required String? title})?}) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance FireFlutterService
no setter