startCortex function

Future<bool> startCortex()

Implementation

Future<bool> startCortex() async {
  return _cortex.startCortex();
}