initialize abstract method

Future<void> initialize({
  1. bool debug,
})

Initializes backend resources that are independent of viewport size.

Implementation

Future<void> initialize({bool debug});