Dart_StopScreenSharing method
Implementation
void Dart_StopScreenSharing(
ffi.Pointer<TUIRoomEngineFFI> room_engine,
) {
return _Dart_StopScreenSharing(
room_engine,
);
}
void Dart_StopScreenSharing(
ffi.Pointer<TUIRoomEngineFFI> room_engine,
) {
return _Dart_StopScreenSharing(
room_engine,
);
}