dispose method

  1. @override
Future dispose()
override

Destroys/disposes the viewer (including the entire scene). You cannot use the viewer after calling this method.

Implementation

@override
Future dispose() {
  // TODO: implement dispose
  throw UnimplementedError();
}