menu
live_file_publisher package
documentation
ffmpeg_library.dart
ReturnCode
isSuccess static method
isSuccess static method
dark_mode
light_mode
isSuccess
static method
bool
isSuccess
(
ReturnCode
?
returnCode
)
Implementation
static bool isSuccess(ReturnCode? returnCode) => returnCode?.getValue() == ReturnCode.success;
live_file_publisher package
documentation
ffmpeg_library
ReturnCode
isSuccess static method
ReturnCode class