CORSPolicy.allowOnlyMethods constructor

CORSPolicy.allowOnlyMethods(
  1. List<String> methods
)

Implementation

factory CORSPolicy.allowOnlyMethods(List<String> methods) => CORSPolicy(allowMethods:methods);