FlutterServerApplication constructor

const FlutterServerApplication({
  1. Key? key,
  2. required ServerRunner runner,
})

Implementation

const FlutterServerApplication({super.key, required this.runner});