CxFlutterPluginPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • CxFlutterPluginPlatform
Implementers

Constructors

CxFlutterPluginPlatform.new()
Constructs a CxFlutterPluginPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getLabels() Future<Map<String, dynamic>?>
getSessionId() Future<String?>
initSdk(CXExporterOptions options) Future<String?>
isInitialized() Future<bool>
log(CxLogSeverity severity, String message, Map<String, dynamic> data) Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
recordFirstFrameTime(Map<String, dynamic> mobileVitals) Future<String?>
reportError(String message, Map<String, dynamic>? data, String? stackTrace) Future<String?>
sendCxSpanData(dynamic cxSpan(Map<String, dynamic>)) Future<String?>
setApplicationContext(String applicationName, String applicationVersion) Future<String?>
setLabels(Map<String, dynamic> labels) Future<String?>
setNetworkRequestContext(Map<String, dynamic> networkRequestContext) Future<String?>
setUserContext(UserMetadata userContext) Future<String?>
setView(String name) Future<String?>
shutdown() Future<String?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance CxFlutterPluginPlatform
The default instance of CxFlutterPluginPlatform to use.
getter/setter pair