initPlatform method

Future<void> initPlatform(
  1. int id
)

Implementation

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