release static method

void release()

Release all data

Implementation

static void release() async {
  await _channel.invokeMethod('release');
}