init method

Future<void> init({
  1. int h = 64,
  2. int w = 128,
})

Implementation

Future<void> init({int h = 64, int w = 128}) {
  throw UnimplementedError('init() has not been implemented.');
}