init function
Implementation
Future<void> init() {
// ensure the library is available by loading a function
// ignore: unnecessary_statements
imageFromRGBA;
return Future.sync(() {});
}
Future<void> init() {
// ensure the library is available by loading a function
// ignore: unnecessary_statements
imageFromRGBA;
return Future.sync(() {});
}