initialize method

Future<void> initialize(
  1. int viewId
)

Implementation

Future<void> initialize(int viewId) async {
  _viewId = viewId;
}