ActivityMixin mixin

Mixin applications

Properties

channel MethodChannel
no setter
hashCode int
The hash code for this object.
no setterinherited
packageManager PackageManager
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getContext() Context
getIntent() Future<Intent>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onActivityMethodCall(String method, dynamic arguments) → void
onActivityResult(int requestCode, int resultCode, Intent? intent) → void
onNewIntent(Intent intent) → void
onRequestPermissionsResult(int requestCode, List<String>? permissions, List<int>? grantResults) → void
requestPermissions(List<String> permissions, int requestCode) → void
startActivityForResult(Intent intent, int requestCode) → void
toString() String
A string representation of this object.
inherited

Operators

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