onQuitFromApp method

FutureOr<void> onQuitFromApp()

@detail api @brief Notify Broadcast Upload Extension to stop capturing and exit. @note After the user calls stopScreenCapture{@link #ByteRTCEngine#stopScreenCapture} on iOS or stopScreenVideoCapture{@link #ByteRTCEngine#stopScreenVideoCapture} on macOS, this method will be triggered to notify the SDK on the Extension side to stop the screen capture.

Implementation

FutureOr<void> onQuitFromApp() async {}