putVideo method

Future<void> putVideo(
  1. String path
)

throw UnimplementedError when Plugin Communication did not define putVideo.

Implementation

Future<void> putVideo(String path) =>
    throw UnimplementedError('putVideo() has not been implemented.');