6 lines
98 B
Dart
6 lines
98 B
Dart
import 'package:patrol/patrol.dart';
|
|
|
|
void main() {
|
|
patrolTest('camera smoke', ($) async {});
|
|
}
|