webrtc_data_channel_close_cbFunction typedef

webrtc_data_channel_close_cbFunction = Void Function(webrtc_data_channel_h channel, Pointer<Void> user_data)

Implementation

typedef webrtc_data_channel_close_cbFunction = ffi.Void Function(
    webrtc_data_channel_h channel, ffi.Pointer<ffi.Void> user_data);