serve method

Future<String?> serve({
  1. Context? ctx,
})

Implementation

Future<String?> serve({Context? ctx}) {
  throw UnimplementedError('serve() has not been implemented.');
}