currentSession abstract method

Future<Session?> currentSession()

Gets the current screenshare session. This may be a session waiting to start, the currently active session, or may be null if no session has been created.

Implementation

Future<Session?> currentSession();