initErrorPlatform method

Future<void> initErrorPlatform(
  1. int id
)

Implementation

Future<void> initErrorPlatform(int id) async {
  throw UnimplementedError('initErrorPlatform() has not been implemented.');
}