static Future<bool> createDocument(String id) async { return await _methodChannel.invokeMethod('create_document', id); }