start method

Future<bool> start({
  1. required String title,
})

Implementation

Future<bool> start({required String title}) {
  throw UnimplementedError('start() has not been implemented.');
}