flipperzero_sysFunction furi_string_empty
Source pub unsafe extern "C" fn furi_string_empty(
string: *const FuriString,
) -> bool
Expand description
Check that string is empty or not
§Arguments
string - The FuriString instance
§Returns
true if empty otherwise false