createDispatcher method
Implementation
NativeGestureDispatcher createDispatcher() {
return NativeGestureDispatcher(
rootId: rootId,
id: id,
context: _renderContext,
);
}
NativeGestureDispatcher createDispatcher() {
return NativeGestureDispatcher(
rootId: rootId,
id: id,
context: _renderContext,
);
}