menu
openpgp package
documentation
bridge/binding.dart
Binding
fromUtf8 method
fromUtf8 method
dark_mode
light_mode
fromUtf8
method
String
fromUtf8
(
Pointer
<
Utf8
>
?
text
)
Implementation
String fromUtf8(ffi.Pointer<Utf8>? text) { return text == null ? "" : text.toDartString(); }
openpgp package
documentation
bridge/binding
Binding
fromUtf8 method
Binding class