init method

Future<int?> init(
  1. int w,
  2. int h
)

Implementation

Future<int?> init(int w, int h) {
  throw UnimplementedError();
}