initPlatform method
Implementation
@override
Future<void> initPlatform(int id) async {
_channel = MethodChannel('plugins.flutter.io/gebeta_gl_$id');
_channel.setMethodCallHandler(_handleMethodCall);
await _channel.invokeMethod('map#waitForMap');
}