isAvailable method

Future<bool> isAvailable()

Checks if the device supports Gemini Nano via AICore.

Implementation

Future<bool> isAvailable() {
  throw UnimplementedError('isAvailable() has not been implemented.');
}