@override Future<void> removeScrollableRect(int id) { return methodChannel.invokeMethod('removeScrollableRect', { 'id': id, }); }