resume method
Implementation
Future<void> resume() async {
await _invoke<void>("resume");
value = value.copyWith(state: UArSessionState.running);
}
Future<void> resume() async {
await _invoke<void>("resume");
value = value.copyWith(state: UArSessionState.running);
}