registerWith static method

void registerWith()

Register this dart class as the platform implementation for iOS

Implementation

static void registerWith() {
  UriToFilePlatform.instance = UriToFilePluginIOS();
}