update abstract method

void update(
  1. Uri fileUri,
  2. FormMediaType type
)

Upload the file by specifying the fileUri of the file.

Specify whether it is an image or a video in type.

ファイルのfileUriを指定してアップロードを行います。

typeで画像か動画かを指定します。

Implementation

void update(Uri fileUri, FormMediaType type);