removeAt static method

Future<void> removeAt(
  1. int index
)

Implementation

static Future<void> removeAt(int index) => controller.removeAt(index);