getMaxPrecision method

String getMaxPrecision(
  1. dynamic precision
)

Implementation

String getMaxPrecision(precision) {
  return 'highp';
}