OptionsDownloader constructor

OptionsDownloader()

Implementation

OptionsDownloader() {
  methodChannel =
      const MethodChannel("com.vdocipher.flutter.option_downloader");
  methodChannel
      .setMethodCallHandler((call) => _handlePlatformMethodCall(call));
}