setResult method

Future<void> setResult(
  1. String uri
)

abstract method setResult method.

Implementation

Future<void> setResult(String uri) async {
  throw UnimplementedError('platformVersion() has not been implemented.');
}