ostrich library
Functions
-
main(
) → void -
runFlutterServer(
ServerRunner runner) → Future< void> - Call this to start your server. Runner is where you run your server but your given context
Typedefs
-
ServerRunner
= Future<
void> Function(BuildContext context)