ScanEvent typedef

ScanEvent = Future<bool> Function(ScanResult value)

Implementation

typedef ScanEvent = Future<bool> Function(ScanResult value);