menu
ezviz_flutter package
documentation
ezviz_utils.dart
EzvizStreamTypes
isStreamType static method
isStreamType static method
dark_mode
light_mode
isStreamType
static method
bool
isStreamType
(
int
type
)
Implementation
static bool isStreamType(int type) { return types.contains(type); }
ezviz_flutter package
documentation
ezviz_utils
EzvizStreamTypes
isStreamType static method
EzvizStreamTypes class