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