menu
shorebird package
documentation
handler.dart
Handler
Handler.new constructor
Handler.new constructor
dark_mode
light_mode
Handler
constructor
Handler
(
{
required
String
path
,
required
Handler
onRequest
,
String
method
=
'POST'
,
})
Implementation
Handler({ required this.path, required this.onRequest, this.method = 'POST', });
shorebird package
documentation
handler
Handler
Handler.new constructor
Handler class