dispose static method

void dispose()

Implementation

static void dispose() {
  _binding?.dispose();
  _binding = null;
}