beforeCapture property

Future<void> Function(Locale locale) beforeCapture
getter/setter pair

Implementation

Future<void> Function(Locale locale) beforeCapture = (locale) async {
  // nothing to do here
};