menu
firedart package
documentation
firestore/firestore_gateway.dart
RequestAuthenticator typedef
RequestAuthenticator typedef
dark_mode
light_mode
RequestAuthenticator
typedef
RequestAuthenticator
=
Future
<
void
>
? Function
(
Map
<
String
,
String
>
metadata
,
String
uri
)
Implementation
typedef RequestAuthenticator = Future<void>? Function( Map<String, String> metadata, String uri);
firedart package
documentation
firestore/firestore_gateway
RequestAuthenticator typedef
firestore_gateway library