SHKeyboardCallbackFunction typedef

SHKeyboardCallbackFunction = Void Function(Pointer<SHKeyboardEventData> data)

Implementation

typedef SHKeyboardCallbackFunction =
    ffi.Void Function(ffi.Pointer<SHKeyboardEventData> data);