WebPlatformFileEditor constructor

WebPlatformFileEditor({
  1. RenamePlatform platform = RenamePlatform.web,
})

Creates an instance of WebPlatformFileEditor.

Parameters:

Implementation

WebPlatformFileEditor({
  RenamePlatform platform = RenamePlatform.web,
}) : super(platform: platform);