获取创建时间
返回创建时间字符串,如果获取失败则返回 null
null
static Future<String?> getCreationTime() { return _platform.getCreationTime(); }