currentSession property
Future<TwitterAuthSession?>
get
currentSession
Implementation
Future<TwitterAuthSession?> get currentSession async {
// TODO: Implement for web.
throw UnimplementedError();
}