menu
pcsc_wrapper package
documentation
common/pcsc_bindings_base.dart
NativeUtils
convertString static method
convertString static method
dark_mode
light_mode
convertString
static method
String
convertString
(
Pointer
<
Char
>
s
)
Implementation
static String convertString(ffi.Pointer<ffi.Char> s) { return s.cast<Utf8>().toDartString(); }
pcsc_wrapper package
documentation
common/pcsc_bindings_base
NativeUtils
convertString static method
NativeUtils class