stopPreview method Null safety

void stopPreview()

Implementation

static void stopPreview() {
  keepRunning = false;
}