获取当前设备的资源路径。 @returns 资源路径。
Future<String> getResourcesFolder() async { return await _channel.invokeMethod('getResourcesFolder'); }