mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-15 17:47:28 +00:00
7 lines
70 B
Dart
7 lines
70 B
Dart
class SmartState {
|
|
|
|
SmartState() {
|
|
// init some variables
|
|
}
|
|
}
|