getSource method

Future<SourceDescription?> getSource()
inherited

Implementation

Future<SourceDescription?> getSource() {
  return _nativeAPI.getSource();
}