thrio library

Constants

kNavigatorPageDefaultUrl → const String

Typedefs

JsonDeserializer<T> = T? Function(Map<String, dynamic> params)
Signature of callbacks for json deserializer.
JsonSerializer = Map<String, dynamic> Function(T factory<T>())
Signature of callbacks for json serializer.
MethodHandler = Future Function([Map<String, dynamic>? arguments])
Signature of page builder with RouteSettings.
Signature of callbacks with generic parameters with type T.
Signature of callbacks with RouteSettings.