adaptRes method

  1. @deprecated
Future<void> adaptRes(
  1. int width,
  2. int height
)

Implementation

@deprecated
Future<void> adaptRes(int width, int height) {
  throw UnimplementedError();
}