transform method

  1. @override
Uri transform(
  1. String raw
)
override

Implementation

@override
Uri transform(String raw) => Uri.parse(raw);