getIsTablet method

Future<bool?> getIsTablet()

Implementation

Future<bool?> getIsTablet() {
  return ZonkaSdkPlatform.instance.getIsTablet();
}