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