getEnterOptionsSync method

EnterOptionsGame getEnterOptionsSync()

Implementation

EnterOptionsGame getEnterOptionsSync() {
  final result = $$context$$.callMethod('getEnterOptionsSync', []);

  return EnterOptionsGame($$context$$: result);
}