toDevicePath method

Future<String> toDevicePath(
  1. String type
)

Implementation

Future<String> toDevicePath(String type) =>
    ModernFormFileHelper.getFilePathFromUrl(this, type);