native top-level constant

_Native const native

Annotation on AndroidContentProvider methods.

Indicates that the method has a default native implmentation and can be called by Dart code to perform some action or receive data.

In contrast, the platform will never call these callbacks in Dart, so overriding on Dart side affects only Dart side.

Implementation

const native = _Native();