getGamepads method

Iterable<Gamepad>? getGamepads()

Implementation

Iterable<Gamepad>? getGamepads() =>
    js_util.callMethod(this, 'getGamepads', []);