setSource method

Future<void> setSource(
  1. String path,
  2. String id
)

Implementation

Future<void> setSource(String path, String id) {
  throw UnimplementedError(
      'setSource(String path) has not been implemented.');
}