mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 15:30:59 +00:00
9b0b387514
added camera plugin to project more reverse naming added communication bloc layout fix
7 lines
No EOL
127 B
Dart
7 lines
No EOL
127 B
Dart
abstract class CameraEvent {
|
|
const CameraEvent();
|
|
}
|
|
|
|
class InitializeEvent extends CameraEvent {
|
|
const InitializeEvent();
|
|
} |