QapmFlutterPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- QapmFlutterPlatform
Constructors
- QapmFlutterPlatform()
- Constructs a QapmFlutterPlatform.
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
-
getPlatformVersion(
) → Future< String?> -
initQAPM(
QAPMBuilder builder) → Future< void> -
isAttachToContainer(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onPageStart(
ApmPage? lastPage, ApmPage? curPage) → Future< void> -
reportException(
ExceptionMeta meta) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ QapmFlutterPlatform
-
The default instance of QapmFlutterPlatform to use.
getter/setter pair