Sets the current scene camera to the main camera (which is always available and added to every scene by default).
@override Future<void> setMainCamera() async { await _shim.setMainCamera().toDart; }