fromCode static method
Returns the position corresponding to the code.
Implementation
static IosCameraPosition fromCode(int code) => _codeToPosition[code]!;
Returns the position corresponding to the code.
static IosCameraPosition fromCode(int code) => _codeToPosition[code]!;