stopScene static method

void stopScene()

Implementation

static void stopScene() {
  _methodChannel.invokeMethod('stopScene');
}