isCreate method

Future<bool> isCreate()

Implementation

Future<bool> isCreate() {
  return PixelfreePlatform.instance.isCreate();
}