ContextMixin mixin

Superclass constraints
Mixin applications

Properties

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

Methods

checkSelfPermission(String permission) Future<int>
getApplicationContext() ContextMixin
getCacheDir() Future<String>
getContentResolver() ContentResolver
getDatabasePath(String name) Future<String>
getDataDir() Future<String>
getObbDir() Future<String>
getPackageManager() PackageManager
getPackageName() Future<String>
getSharedPreferences(String name, int mode) SharedPreferences
getSystemService(String service) → dynamic
init() → dynamic
inherited
invokeMethod<T>(String method, [dynamic arguments]) Future<T?>
inherited
isDeviceProtectedStorage() bool
moveDatabaseFrom(Context context, String name) Future<bool>
moveSharedPreferencesFrom(Context context, String name) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onMethodCall(MethodCall call) Future
inherited
registerMethodCallListener(String key, MethodCallListener listener) → void
inherited
startActivity(Intent intent) → void
toString() String
A string representation of this object.
inherited
unregisterMethodCallListener(String name) → void
inherited

Operators

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