instance static method

Implementation

static FlutterScreenOrientation instance() {
  if (self == null) {
    self = FlutterScreenOrientation();
  }
  return self!;
}