init method

Implementation

Future<CSDocumentosCopySDKResponse> init() async {
  return MethodChannelCSDocumentosCopySDKDartToNative.instance
      .init(configuration: this);
}