createSurface method

Future<int> createSurface(
  1. int width,
  2. int height
)

Implementation

Future<int> createSurface(int width, int height) async {
  throw UnimplementedError('createSurface() has not been implemented.');
}