customFunction static method

StitchCredential customFunction(
  1. MongoDocument arguments
)

Implementation

static StitchCredential customFunction(MongoDocument arguments) =>
    // ignore: deprecated_member_use_from_same_package
    FunctionCredential(arguments);