menu
floaty_chatheads package
documentation
testing.dart
FakeFloatyPlatform
isActive method
isActive method
dark_mode
light_mode
isActive
method
@
override
Future
<
bool
>
isActive
(
)
override
Whether the chathead overlay is currently active.
Implementation
@override Future<bool> isActive() async => active;
floaty_chatheads package
documentation
testing
FakeFloatyPlatform
isActive method
FakeFloatyPlatform class