start method

Future<bool> start({
  1. bool force = false,
  2. bool refresh = false,
  3. String? key,
})

Implementation

Future<bool> start({bool force = false, bool refresh = false, String? key}) async
{
  //if (camera != null) camera!.start();
  return true;
}