isActive method

  1. @override
Future<bool> isActive()
override

Whether the chathead overlay is currently active.

Implementation

@override
Future<bool> isActive() async => active;