HouseService class

Properties

alertDialog Future<void> Function({required BuildContext context, required String message, required String? title})?
Alert Dialog this callback is use to customize the alert functions in fireflutter see lib/fireflutter.functions.dart
getter/setter pair
confirmDialog Future<bool?> Function({required BuildContext context, required String message, required String? title})?
Global BuildContext
getter/setter pair
errorDialog Future<bool?> Function({required BuildContext context, required String message, required String? title})?
Error Dialog this callback is used to customize all the error functions in fireflutter see lib/fireflutter.functions.dart
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inputDialog Future<String?> Function({required BuildContext context, required String hintText, required String? initialValue, required int? maxLines, required int? minLines, required String? subtitle, required String title})?
Input Dialog this callback is used to customize all the input functions in fireflutter. see lib/fireflutter.functions.dart
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

init({Future<bool?> confirmDialog({required BuildContext context, required String message, required String? title})?, Future<bool?> errorDialog({required BuildContext context, required String message, required String? title})?, Future<void> alertDialog({required BuildContext context, required String message, required String? title})?, Future<String?> inputDialog({required BuildContext context, required String hintText, required String? initialValue, required int? maxLines, required int? minLines, required String? subtitle, 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 HouseService
no setter