setCurrentUri method

void setCurrentUri(
  1. Uri uri
)

Implementation

void setCurrentUri(Uri uri) {
  _currentUri = uri;
}