mobile_scanner_exception.dart 112 Bytes Raw Blame History Permalink 1 2 3 4 class MobileScannerException implements Exception { String message; MobileScannerException(this.message); }