resize method
Implementation
Future<void> resize(FlutterAngleTexture texture, AngleOptions options) async{
texture.surfaceId?.width = (options.width * options.dpr).toInt();
texture.surfaceId?.height = (options.height * options.dpr).toInt();
}
Future<void> resize(FlutterAngleTexture texture, AngleOptions options) async{
texture.surfaceId?.width = (options.width * options.dpr).toInt();
texture.surfaceId?.height = (options.height * options.dpr).toInt();
}