ContentResolver class

Inheritance
Mixed-in types

Constructors

ContentResolver.new()

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

init() → dynamic
inherited
invokeMethod<T>(String method, [dynamic arguments]) Future<T?>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onContentResolverMethodCall(String method, dynamic arguments) → void
inherited
onMethodCall(MethodCall call) Future
inherited
registerContentObserver(Uri uri, ContentObserverCallback callback) → void
inherited
registerMethodCallListener(String key, MethodCallListener listener) → void
inherited
toString() String
A string representation of this object.
inherited
unregisterContentObserver(ContentObserverCallback callback) → void
inherited
unregisterMethodCallListener(String name) → void
inherited

Operators

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