menu
style_dart package
documentation
style_dart.dart
SimpleEndpoint
onCall method
onCall method
dark_mode
light_mode
onCall
method
@
override
FutureOr
<
Object
>
onCall
(
Request
request
)
override
Implementation
@override FutureOr<Object> onCall(Request request) { return onRequest(request, context); }
style_dart package
documentation
style_dart
SimpleEndpoint
onCall method
SimpleEndpoint class