CallOverlayController class
Constructors
- CallOverlayController()
-
factory
Properties
-
durationNotifier
→ ValueNotifier<
int> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
micNotifier
→ ValueNotifier<
bool> -
final
-
mobileNotifier
→ ValueNotifier<
String> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
speakerNotifier
→ ValueNotifier<
bool> -
final
-
statusNotifier
→ ValueNotifier<
String> -
final
-
textListNotifier
→ ValueNotifier<
List< String> > -
final
Methods
-
dismissOverlay(
) → void -
initialize(
BuildContext context) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
showCallOverlay(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
updateContent(
String text) → void -
updateDuration(
int num) → void -
updateMic(
bool b) → void -
updateMobile(
String text) → void -
updateSpeaker(
bool b) → void -
updateStatus(
String text) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited