menu
hycop_multi_platform package
documentation
hycop/realtime/abs_realtime.dart
AbsRealtime
startTemp method
startTemp method
dark_mode
light_mode
startTemp
method
Future
<
void
>
startTemp
(
String
?
rtKey
)
Implementation
Future<void> startTemp(String? rtKey) async { if (rtKey == null) { await start(); return; } }
hycop_multi_platform package
documentation
hycop/realtime/abs_realtime
AbsRealtime
startTemp method
AbsRealtime class