checkFileExists method

Future<bool> checkFileExists(
  1. String parentUuid,
  2. String name
)

Implementation

Future<bool> checkFileExists(String parentUuid, String name) =>
    drive.checkFileExists(parentUuid, name);