resume method
Resumes the video playback.
Does not resume the DataSource sensors playback.
Implementation
void resume() {
if (value.status == GemCameraPlayerStatus.paused) {
value = value.copyWith(status: GemCameraPlayerStatus.playing);
}
}