AndroidContentResolver constructor

const AndroidContentResolver()

Creates a communication interface with native Android ContentResolver.

Kept for ability to extent this class, prefer using the instance. There's no much sense in creating multiple instances of resolver, because all of them will ultimately call the same method channel.

Implementation

const AndroidContentResolver();