menu
tim_ui_kit_calling_plugin package
documentation
model/impl/TRTCCallingImpl.dart
TRTCCallingImpl
getSeconds method
getSeconds method
dark_mode
light_mode
getSeconds
method
int
getSeconds
(
int
millonSeconds
)
Implementation
int getSeconds(int millonSeconds) { int seconds = (millonSeconds / 1000).ceil(); return seconds; }
tim_ui_kit_calling_plugin package
documentation
model/impl/TRTCCallingImpl
TRTCCallingImpl
getSeconds method
TRTCCallingImpl class