resume method

Future<void> resume()

Resume camera and detector

Implementation

Future<void> resume() async => await _resume?.call();