menu
firefast package
documentation
firefast_realtime.dart
FirePortOperation<T>
allowsOperation method
allowsOperation method
dark_mode
light_mode
allowsOperation
method
Future
<
bool
>
allowsOperation
(
T?
value
)
Implementation
Future<bool> allowsOperation(T? value) async => await allowOperationGuard.isValueValid(value);
firefast package
documentation
firefast_realtime
FirePortOperation<T>
allowsOperation method
FirePortOperation class