add_client_device function

  1. @Native<Void Function(Pointer<Char>, Pointer<Uint8>)>(ffi.Pointer<ffi.Char>, ffi.Pointer<ffi.Uint8>)>(symbol: 'add_client_device')
void add_client_device(
  1. Pointer<Char> device_name,
  2. Pointer<Uint8> private_key
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Char>, ffi.Pointer<ffi.Uint8>)>(
    symbol: 'add_client_device')
external void add_client_device(
  ffi.Pointer<ffi.Char> device_name,
  ffi.Pointer<ffi.Uint8> private_key,
);