FintalkSdkServices class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isRunning → dynamic
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
initialize(
BuildContext context) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openChat(
BuildContext context, {required String url, required String userName, required String userEmail, required String userId, required String avatarUrl, String title = "Encerrar sessão", String content = "Você tem certeza de que deseja encerrar o chat?", String cancelButton = "Cancelar", String finalizeButton = "Finalizar"}) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- closeDelay → const int