mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
adding basic widget for device managment
This commit is contained in:
10
lib/pages/device_managment/bloc/device_managment_state.dart
Normal file
10
lib/pages/device_managment/bloc/device_managment_state.dart
Normal file
@ -0,0 +1,10 @@
|
||||
part of 'device_managment_bloc.dart';
|
||||
|
||||
sealed class DeviceManagmentState extends Equatable {
|
||||
const DeviceManagmentState();
|
||||
|
||||
@override
|
||||
List<Object> get props => [];
|
||||
}
|
||||
|
||||
final class DeviceManagmentInitial extends DeviceManagmentState {}
|
Reference in New Issue
Block a user