MethodChannelCxFlutterPlugin class
An implementation of CxFlutterPluginPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- CxFlutterPluginPlatform
- MethodChannelCxFlutterPlugin
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dispose(
) → void -
getLabels(
) → Future< Map< String, dynamic> ?> -
override
-
getSessionId(
) → Future< String?> -
override
-
initSdk(
CXExporterOptions options) → Future< String?> -
override
-
isInitialized(
) → Future< bool> -
override
-
log(
CxLogSeverity severity, String message, Map< String, dynamic> data) → Future<String?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
recordFirstFrameTime(
Map< String, dynamic> mobileVitals) → Future<String?> -
inherited
-
reportError(
String message, Map< String, dynamic> ? data, String? stackTrace) → Future<String?> -
override
-
sendCxSpanData(
dynamic cxSpan(Map< String, dynamic> )) → Future<String?> -
inherited
-
setApplicationContext(
String applicationName, String applicationVersion) → Future< String?> -
override
-
setLabels(
Map< String, dynamic> labels) → Future<String?> -
override
-
setNetworkRequestContext(
Map< String, dynamic> networkRequestContext) → Future<String?> -
override
-
setUserContext(
UserMetadata userContext) → Future< String?> -
override
-
setView(
String name) → Future< String?> -
override
-
shutdown(
) → Future< String?> -
override
-
stopListening(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited