menu
androssy package
documentation
services.dart
DataHandler<T extends Entity>
get<R> abstract method
get<R> abstract method
dark_mode
light_mode
get<
R
>
abstract method
Future
<
Response
<
T
>
>
get
<
R
>(
String
id
, [
R?
source
(
R
parent
)?
])
Implementation
Future<Response<T>> get<R>( String id, [ R? Function(R parent)? source, ]);
androssy package
documentation
services
DataHandler<T extends Entity>
get<R> abstract method
DataHandler class