FlutterEasyBuglyPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FlutterEasyBuglyPlatform
- Implementers
Constructors
- FlutterEasyBuglyPlatform()
- Constructs a FlutterEasyBuglyPlatform.
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
-
init(
{required String iOSAppId, required String androidAppId, String? channel}) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reportException(
{required String exception, required String stackTrace}) → void -
setUserIdentifier(
String userId) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FlutterEasyBuglyPlatform
-
The default instance of FlutterEasyBuglyPlatform to use.
getter/setter pair